home *** CD-ROM | disk | FTP | other *** search
INSTALL Professional project | 1993-09-09 | 4.5 KB | 178 lines |
- @DefineProject
- @Name = "Factomatic Business Library" /* Product Textual Name: */
- @Version = "V1.0"
- @Subdir = "FACTLIBD" /* default subdirectory for files */
- @OutDrive = C
- @Group = "A"
- @Requires 1500000 /* requires 1.5 megabytes */
- @Requires @Harddisk
- @EndProject
-
- @movecstr(0,48,126,"╔═════════════════════════╗")
- @movecstr(1,48,126,"║ ║")
- @movecstr(2,48,126,"╚═════════════════════════╝")
- @movecstr(1,49,244," Compton's NewMedia,Inc.")
-
- @Display
-
-
-
- This program will install the DOS @Name
- Version @Version on your computer system.
-
- You may press the [Esc] key at any time to abort the
- installation. INSTALL will ask you several questions about your
- computer hardware.
-
- Each question has a default answer. If the default answer is
- correct, press the ENTER key in response to the question.
- Otherwise, type the answer and then press the ENTER key.
-
- If you make a mistake while typing, press the BACKSPACE key
- and then retype the answer.
-
- @Pause
- @EndDisplay
- @if (@VideoGraph < 18)
- @Display
- Your system appears not to have a VGA display with at least
- 256K memory. This means that you will not be able to view the
- opening screens included with @name,
- and display of text will be in "limited" mode. We recommend
- installation of a VGA or Super VGA display for maximum enjoyment
- of @Name.
-
-
- @pause
- @EndDisplay
- @endif
-
- @GetOutDrive
- @Suppress A
- @Suppress B
- @Cls
- On which disc drive do you wish to install
- @Name?
-
- @EndOutDrive
-
- @GetSubdir
- @Cls
- Now you need to specify the disc destination subdirectory.
- The subdirectory is the location on your disc where
- @Name system will be installed.
-
- If you don't know what a "subdirectory" is, you probably need not
- worry about it and should just press Enter at the next prompt.
-
- @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
- @EndSubdir
- @If (@Exists "@OutDrive:\\@Subdir\\CNM.EXE")
- @GetGroups
- @Cls
-
- This product appears to already be installed.
- Do you wish to write over the prior version?
-
-
-
-
-
- @LocalWindow(6,25)
- @SET A = "Yes"
- @SET B = "No"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Use the [Up Arrow], [Down Arrow], to move the bar.
- Press [Enter] when you have made your selection.
- @EndGroups
- @EndIf
-
-
- @If ('A' [= @Group)
- @Goto DirEx
- @Else
- @Goto NewDir
- @EndIf
- NewDir:
- @GetSubdir
- @Cls
- Enter a new subdirectory name other than @Outdrive:@Subdir:
-
- @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
- @EndSubdir
-
-
- DirEx:
- @DefineDisk
- @LABEL = "DISK 1"
- @File DOS\EXECFACT.SDF @Out @Subdir\\*.*
- @File DOS\SUPFACT.SDF @Out @Subdir\\*.*
- @File DOS\NEGFACT.SDF @Out @Subdir\\*.*
- @File DOS\SALESMGR.SDF @Out @Subdir\\*.*
- @File DOS\CDROM.ERR @Out @Subdir\\*.*
- @File DOS\CNM.EXE @Out @Subdir\\*.*
- @File DOS\DEFAULT.STY @Out @Subdir\\*.*
- @File DOS\DICT.SDF @Out @Subdir\\*.*
- @File DOS\DICT.STY @Out @Subdir\\*.*
- @File DOS\DOS_HELP.DAT @Out @Subdir\\*.*
- @File DOS\EXEME.INI @Out @Subdir\\*.*
- @File DOS\INTRO.GIF @Out @Subdir\\*.*
- @File DOS\INTRO.TTL @Out @Subdir\\*.*
- @File DOS\MAINFONT.GFT @Out @Subdir\\*.*
- @File DOS\MAINFONT.ITL @Out @Subdir\\*.*
- @File DOS\MAINFONT.SCP @Out @Subdir\\*.*
- @File DOS\MEMORY.ERR @Out @Subdir\\*.*
- @File DOS\SDF.ERR @Out @Subdir\\*.*
- @File DOS\TRANSLATION.BIN @Out @Subdir\\*.*
- @File DOS\VERSION.ERR @Out @Subdir\\*.*
- @File DOS\VIDEO.ERR @Out @Subdir\\*.*
- @EndDisk
-
- @SetConfig
- @Overwrite
- @Files = 30
- @EndConfig
-
- @Finish
- @Chdrive(@Outdrive)
- @Cls
- Modifying files
- @Copy ("@Indrive:\\Install\\DIRSDF.TXT","@Outdrive:\\@Subdir\\DIRSDF.TXT")
- @If (@System "@Indrive:\\Install\\Modexein @Outdrive:\\@Subdir @Indrive")
- @EndIf
- @If (@System "@Indrive:\\Install\\Moddict @Outdrive:\\@Subdir @Indrive")
- @EndIf
- @If (@System "@Indrive:\\Install\\Rmodsdf @Outdrive:\\@Subdir @Indrive")
- @EndIf
- @If (@System "Del @Outdrive:\\@Subdir\\DIRSDF.TXT")
- @EndIf
- @Cls
- @ChDrive @OutDrive
- @ChDir "@Subdir"
- @Cls
- Installation of @name is complete.
-
- To run @name, simply enter "CNM"
- at the DOS prompt, from within drive @Outdrive:@Subdir.
-
- If your CONFIG.SYS file was modified, you will need to reboot
- your computer before running the program or game.
-
- @pause
- @EndFinish
-